home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / background_7910.txt < prev    next >
Text File  |  1990-04-13  |  2KB  |  79 lines

  1. -- background: 7910 from stack: in.01
  2. -- bmap block id: 16325
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Scrolling Bg
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=232 top=321 right=342 bottom=257
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to prev card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=260 top=321 right=342 bottom=284
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe left
  43.   go to next card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 4 (field)
  49. -- low flags: 01
  50. -- high flags: 0007
  51. -- rect: left=0 top=0 right=321 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 4
  56. -- text size: 9
  57. -- style flags: 0
  58. -- line height: 12
  59. -- part name: Long Scrolling Text Item
  60.  
  61.  
  62. -- part 6 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=3 top=321 right=342 bottom=33
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 30557 / 30557
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: First
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   go to first card
  77. end mouseUp
  78.  
  79.